From: Jan Djärv Date: Sat, 12 Dec 2009 17:11:41 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~5759 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba68c0b0c40ba13591c26db74af281d9fb2aac32;p=emacs.git Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2b0b064a956..ee05443152f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,7 +2,7 @@ * xsettings.c (struct xsettings): Add member seen. (parse_xft_settings): Update member seen with what we have read. - Return 0 if Xft-settings have been parsed, 0 otherwise. + Return non-zero if Xft-settings have been parsed, 0 otherwise. (apply_xft_settings): Only update Xft settings with what member seen indicates as new.